Gets an array of SQL connections objects that satisfy the query criteria
Get | /projects/{projectId}/SQLConnections |
Name | Description | Data Type |
---|---|---|
projectId | the id of the project | string |
Table_id | filters the list of connections based on the table_id | string |
ConnectionType | provides a wild card string to filter sql connections by their connection type. | (undefined) |
The response body is of type SQLGetResponse.
The collection of sql connections that satisfy the query.
SQLGetResponse
The results of the points get query
|
Fault | Description |
---|---|
404 | This fault returns a response body of type ProblemDetails. Error if objects not found |
400 | This fault returns a response body of type . General error |